home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / chip-cd_2003_11.zip / 11 / Zagrozenia z Sieci / Cybernianie / We-Blocker 2.0 / weblock.exe / Syswb6.exe / 0 / RCDATA / TFORMSPLASH / TFORMSPLASH.txt
Text File  |  2001-08-17  |  893b  |  45 lines

  1. object FormSplash: TFormSplash
  2.   Left = 404
  3.   Top = 252
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = '      '
  7.   ClientHeight = 240
  8.   ClientWidth = 320
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 320
  24.     Height = 240
  25.     Align = alClient
  26.   end
  27.   object Timer1: TTimer
  28.     Interval = 5000
  29.     OnTimer = Timer1Timer
  30.     Left = 94
  31.     Top = 6
  32.   end
  33.   object Configdb: THalcyonDataSet
  34.     About = 'Halcyon Version 6.737 (08 Feb 01)'
  35.     AutoFlush = False
  36.     Exclusive = False
  37.     LockProtocol = Default
  38.     TranslateASCII = True
  39.     UseDeleted = False
  40.     UserID = 0
  41.     Left = 18
  42.     Top = 18
  43.   end
  44. end
  45.